DataBinding을 사용시 TextView의 텍스트가 변경되지 않는 경우

이전 글 – [OpenGL] 1. Android OpenGL ES의 개요 LiveData와 DataBinding을 이용하여 동적으로 TextView의 Text를 변경하는 로직을 적용했습니다. 예를들면, “Hello World” 를 “Hello Charles”는 것과 같이 단순한 변경이였습니다. <?xml version=”1.0″ encoding=”utf-8″?> <layout xmlns:tools=”http://schemas.android.com/tools” xmlns:app=”http://schemas.android.com/apk/res-auto”> <data> … DataBinding을 사용시 TextView의 텍스트가 변경되지 않는 경우 계속 읽기